home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
act6a
/
00797.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-28
|
206 b
|
13 lines
on mouseUp
set xxx to 1
repeat while xxx < 5
talkinghead(string(xxx))
if the mouseDown then
exit repeat
end if
set xxx to xxx + 1
end repeat
puppetSound(0)
go(the frame)
end